home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / skates.swf / scripts / DefineButton2_62 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-04-20  |  118 b   |  7 lines

  1. on(release){
  2.    _root.Snd1.setVolume(0);
  3.    _root.Snd2.setVolume(0);
  4.    _root.soundOn = 0;
  5.    gotoAndStop(1);
  6. }
  7.